home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / man / rletogray.man < prev    next >
Text File  |  1994-04-01  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. RLETOGRAY(1)                                         RLETOGRAY(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rletogray  -  Splits  an  RLE  format file into gray scale
  9.        images.
  10.  
  11. SSYYNNOOPPSSIISS
  12.        rrlleettooggrraayy [ --oo _p_r_e_f_i_x ] [ _i_n_f_i_l_e ]
  13.  
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        _R_l_e_t_o_g_r_a_y reads a file in _R_L_E(5)  format  and  splits  the
  17.        file  into unencoded binary files, one for each channel in
  18.        the RLE file.  The output file names will  be  constructed
  19.        from the input file name or a specified prefix.
  20.  
  21.        If  an  input  _i_n_f_i_l_e  is  specified, then the output file
  22.        names will be in the form "_r_l_e_f_i_l_e_r_o_o_t.{alpha, red, green,
  23.        blue}", where _r_l_e_f_i_l_e_r_o_o_t is _i_n_f_i_l_e with any ".rle" suffix
  24.        stripped off.  If the option --oo _p_r_e_f_i_x is specified,  then
  25.        the  output file names will be of the form "_p_r_e_f_i_x.{alpha,
  26.        red, green, blue}".  If neither option is given, then  the
  27.        output file names will be "out.{alpha, red, green, blue}".
  28.        Input will be read from _i_n_f_i_l_e if specified, from standard
  29.        input,  otherwise.  If more channels than just red, green,
  30.        blue, and alpha are present in the input, numeric suffixes
  31.        will be used for the others.
  32.  
  33. OOPPTTIIOONNSS
  34.        --oo _p_r_e_f_i_x
  35.               Specifies the output file name prefix to be used.
  36.  
  37.        _i_n_f_i_l_e This option is used to name the input file.  If not
  38.               present, input is taken from _s_t_d_i_n_.
  39.  
  40. SSEEEE AALLSSOO
  41.        _r_l_e_t_o_r_a_w(1), _u_r_t(1), _R_L_E(5).
  42.  
  43. AAUUTTHHOORR
  44.        Michael J. Banks, University of Utah.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. 1                          Jun 24, 1988                         1
  65.  
  66.  
  67.